home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PGetPrintInk.h ------------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 4:49 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PGetPrintInk__
- #define __PGetPrintInk__
-
- #include "PListQuery.h"
-
- class PGetPrintInk : public PListQuery
- {
-
- public:
-
- PGetPrintInk();
-
- const char * sName;
- PMBool bPrintInk;
- const char * sAngle;
- const char * sRuling;
-
- private:
-
- virtual void Scan();
- };
-
- #endif
-
- // end of PGetPrintInk.h
-